home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / tclX6.4c / dist / tcllib / help / files / flush < prev    next >
Encoding:
Text File  |  1992-11-10  |  410 b   |  8 lines

  1.           flush fileId
  2.                Flushes any output that has been buffered  for  fileId.
  3.                FileId  must have been the return value from a previous
  4.                call to open, or it may be stdout or stderr  to  access
  5.                one  of  the  standard  I/O streams; it must refer to a
  6.                file that was opened for writing.  This command returns
  7.                an empty string.
  8.